projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3ac128
)
* src/ChangeLog: Fix a typo.
author
Dmitry Antipov
<dmantipov@yandex.ru>
Mon, 2 Jul 2012 10:08:41 +0000
(14:08 +0400)
committer
Dmitry Antipov
<dmantipov@yandex.ru>
Mon, 2 Jul 2012 10:08:41 +0000
(14:08 +0400)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 9b19ce7b96aacfb56b03633137b7b8baa3dafa0a..58e82c27dc73b94f00d3511eea76886949cae7fa 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-9,7
+9,7
@@
* alloc.c (mark_buffer): Simplify. Remove prototype.
(mark_object): Add comment. Reorganize marking of vector-like
- objects. Use CHECK_LIVE for all vector-like ojects except buffers
+ objects. Use CHECK_LIVE for all vector-like o
b
jects except buffers
and subroutines when GC_CHECK_MARKED_OBJECTS is defined. Avoid
redundant calls to mark_vectorlike for bool vectors.